﻿2026-06-21T09:42:01.0703086Z ##[group]Run actions/checkout@v5
2026-06-21T09:42:01.0703584Z with:
2026-06-21T09:42:01.0703879Z   fetch-depth: 0
2026-06-21T09:42:01.0704197Z   repository: SaberMage/spt-core
2026-06-21T09:42:01.0707097Z   token: ***
2026-06-21T09:42:01.0707398Z   ssh-strict: true
2026-06-21T09:42:01.0707693Z   ssh-user: git
2026-06-21T09:42:01.0708014Z   persist-credentials: true
2026-06-21T09:42:01.0708351Z   clean: true
2026-06-21T09:42:01.0708694Z   sparse-checkout-cone-mode: true
2026-06-21T09:42:01.0709053Z   fetch-tags: false
2026-06-21T09:42:01.0709369Z   show-progress: true
2026-06-21T09:42:01.0709710Z   lfs: false
2026-06-21T09:42:01.0709997Z   submodules: false
2026-06-21T09:42:01.0710304Z   set-safe-directory: true
2026-06-21T09:42:01.0710644Z ##[endgroup]
2026-06-21T09:42:01.2711524Z Syncing repository: SaberMage/spt-core
2026-06-21T09:42:01.2713078Z ##[group]Getting Git version info
2026-06-21T09:42:01.2713707Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-21T09:42:01.2987054Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-21T09:42:01.3202606Z git version 2.43.0.windows.1
2026-06-21T09:42:01.3231223Z ##[endgroup]
2026-06-21T09:42:01.3240706Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\671ea358-1852-4c73-8763-b1ebb29834dc\.gitconfig'
2026-06-21T09:42:01.3254712Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\671ea358-1852-4c73-8763-b1ebb29834dc' before making global git config changes
2026-06-21T09:42:01.3256253Z Adding repository directory to the temporary git global config as a safe directory
2026-06-21T09:42:01.3259699Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-21T09:42:01.3500363Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-21T09:42:01.3699592Z https://github.com/SaberMage/spt-core
2026-06-21T09:42:01.3728937Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-21T09:42:01.3733567Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-21T09:42:01.3939142Z HEAD
2026-06-21T09:42:01.4235228Z ##[endgroup]
2026-06-21T09:42:01.4237615Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-21T09:42:01.8480332Z ##[group]Cleaning the repository
2026-06-21T09:42:01.8486693Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-21T09:42:03.2581188Z Removing target/
2026-06-21T09:42:03.2616877Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-21T09:42:03.3341037Z HEAD is now at c0bf77b Merge eb73da70b21789083fb6422e895676c0d37fa24f into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T09:42:03.3373284Z ##[endgroup]
2026-06-21T09:42:03.3378091Z ##[group]Disabling automatic garbage collection
2026-06-21T09:42:03.3385779Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-21T09:42:03.3700603Z ##[endgroup]
2026-06-21T09:42:03.3701049Z ##[group]Setting up auth
2026-06-21T09:42:03.3707396Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-21T09:42:03.3949275Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-21T09:42:03.7900415Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-21T09:42:03.8135781Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-21T09:42:04.2052950Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-21T09:42:04.2284681Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-21T09:42:04.5950311Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-21T09:42:04.6209058Z ##[endgroup]
2026-06-21T09:42:04.6209510Z ##[group]Fetching the repository
2026-06-21T09:42:04.6216778Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +1cafc8afb1ed6606350cab07e057989c02fea0c7:refs/remotes/pull/27/merge
2026-06-21T09:42:08.1603938Z From https://github.com/SaberMage/spt-core
2026-06-21T09:42:08.1604526Z    eb73da7..6a27b0b  wedge-trace-v4                           -> origin/wedge-trace-v4
2026-06-21T09:42:08.1605061Z  + c0bf77b...1cafc8a 1cafc8afb1ed6606350cab07e057989c02fea0c7 -> pull/27/merge  (forced update)
2026-06-21T09:42:08.1747134Z ##[endgroup]
2026-06-21T09:42:08.1747703Z ##[group]Determining the checkout info
2026-06-21T09:42:08.1748123Z ##[endgroup]
2026-06-21T09:42:08.1756203Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-21T09:42:08.2089511Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-21T09:42:08.2341900Z ##[group]Checking out the ref
2026-06-21T09:42:08.2347076Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/27/merge
2026-06-21T09:42:08.2761211Z Warning: you are leaving 1 commit behind, not connected to
2026-06-21T09:42:08.2761734Z any of your branches:
2026-06-21T09:42:08.2761948Z 
2026-06-21T09:42:08.2762245Z   c0bf77b Merge eb73da70b21789083fb6422e895676c0d37fa24f into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T09:42:08.2762555Z 
2026-06-21T09:42:08.2762753Z If you want to keep it by creating a new branch, this may be a good time
2026-06-21T09:42:08.2763037Z to do so with:
2026-06-21T09:42:08.2763196Z 
2026-06-21T09:42:08.2763380Z  git branch <new-branch-name> c0bf77b
2026-06-21T09:42:08.2763614Z 
2026-06-21T09:42:08.2764053Z HEAD is now at 1cafc8a Merge 6a27b0b9a2658ec5039ce38b939c6bfdad2757fa into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T09:42:08.2788513Z ##[endgroup]
2026-06-21T09:42:08.3033704Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-21T09:42:08.3250925Z 1cafc8afb1ed6606350cab07e057989c02fea0c7
